home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / tools / dfÜ / bbs / tronbbs / tron / scripts / maintenance < prev    next >
Encoding:
Text File  |  1996-07-16  |  598 b   |  40 lines

  1.  
  2. ;;;  Maintenance script .. just start once a day
  3. ;;;  preferable at night with a Cron util
  4.  
  5.  
  6. tron -m -a -x "Maintenance script started, system can be a little slower"
  7.  
  8.  
  9. ;;;  Proces Mail
  10.  
  11. ; tron:utils/tmp -u -b
  12. ; tron:utils/tmp -p
  13.  
  14.  
  15. ;;;  Make Allfiles
  16.  
  17. tron:utils/taf
  18.  
  19. ;;;  Things you tend to forget :)
  20.  
  21. tron:utils/menu #?.src
  22.  
  23. ;;;  Make sure Logs don't grow to big
  24.  
  25. TTrimLogs
  26.  
  27. ;;;  Delete mail of points and/or nodes who didn't poll for more than 14 days.
  28.  
  29. KillOldMail  14
  30.  
  31. ;;; Make a screen of Top Down/Uploaders
  32.  
  33. topdl >tron:text/topdl.ansi
  34.  
  35.  
  36.  
  37. tron -m -a -x "Maintenance script is Finished !"
  38.  
  39.  
  40.